﻿CHARACTERS = {
	c:COB = {
		create_character = {
			#role = politician # Remove this line
			first_name = Ernst
			last_name = "von_Sachsen-Coburg-Gotha"
			ruler = yes
			age = 52
			interest_group = ig_landowners
			ideology = ideology_moderate
			on_created = {
				set_variable = is_married
			}
		}	

		create_character = {
			#role = politician # Remove this line
			first_name = Ernst
			last_name = "von_Sachsen-Coburg-Gotha"
			heir = yes
			age = 17
			interest_group = ig_landowners
			ideology = ideology_moderate
		}
	}
}
